home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / essence / readme.txt < prev   
Text File  |  1993-07-20  |  2KB  |  44 lines

  1. Essence is a resource discovery system based on semantic file indexing.
  2. It's written in Perl and C and has been tested on SunOS 4.x systems.
  3.  
  4. The Essence prototype is available via anonymous ftp from
  5. ftp.cs.colorado.edu [128.138.243.151] in /pub/cs/distribs/essence.
  6.  
  7. The distribution includes the following files and directories:
  8.  
  9.     README         This file.
  10.     INSTALL     Instructions on how to install Essence
  11.     Makefile    Top-level Makefile
  12.     ChangeLog    List of changes
  13.     ToDo         List of bugs-to-fix and future enhancements
  14.     doc/        Manual pages, Frequently Asked Questions,
  15.             1993 Winter USENIX paper, and other information.
  16.     src/        Source code for Essence and its supporting tools.
  17.  
  18. We would appreciate comments and suggestions about Essence.  When
  19. reporting bugs, please include the version number (listed at the bottom
  20. of this file).  If you feel enterprising, take a look at the
  21. suggestions of things in the ToDo file.  Also, note that Essence
  22. selectively chooses "promising" keywords for the indexes, based on
  23. knowledge of the semantics of individual file types (e.g., extracting
  24. author, title, and abstract from troff documents).  We would appreciate
  25. it if people try Essence and suggest better ways to select keywords
  26. based on thier experiences.
  27.  
  28. The authors can be reached as follows:
  29.  
  30.     Darren R. Hardy
  31.     Department of Computer Science
  32.     University of Colorado
  33.     Boulder, CO  80309-0430
  34.     hardy@cs.colorado.edu
  35.  
  36.     Michael F. Schwartz
  37.     Department of Computer Science
  38.     University of Colorado
  39.     Boulder, CO  80309-0430
  40.     schwartz@cs.colorado.edu
  41.  
  42. Version Number:     1.0
  43. Version Date:        January 11, 1993
  44.